LINE: 4;12;Look, the bulb on this lamp is busted.; ;IFRF 12,4=1;IFOF 3=0
LACT: 4;12;HANDLE;W 25;HANDLE -1;RESP R,4,Oh yes, so it is.;RESP R,4,You can't work with it like that.;RESP R,4,Here's £14 for you to buy another bulb with.
LACT: 4;12;SAY £14? That's a bit generous.;RESP R,4,Yeah, get one of those energy saving ones. They don't blow so easily.;SAY Sure thing, boss!
LACT: 4;12;DSET 4,N12
/* Room actions follow below ***
/*
/* ACTION: verbno;condition;...;command;...
/*
/* Action 0 - Exit
/* ===============
/*
ACTION: 0;IFOBJ 1;MEXIT;GOTO 5,3;EXIT
ACTION: 0;IFOBJ 2;MEXIT
ACTION: 0;IFOBJ 2;IFRF 2=0;RESP R,4,Hold it!;RESP R,4,You can't go in there.\That's private.;EXIT
ACTION: 0;IFOBJ 2;GOTO 7,1;EXIT
/*
/* Action 1 - Give
/* ===============
/*
ACTION: 1;IFOBJ 21;IFOBJ2 4;IFOF 3=1;MOBJ 4;SAY Here, look at this lamp, it is lighting by itself!;RESP R,4,That is really neat!;RESP R,4,It should cut down on my electricity bill.;EXIT
ACTION: 1;IFOBJ 21;IFOBJ2 4;IFOF 2=1;MOBJ 4;SAY Look, I managed to find a replacement bulb.;RESP R,4,Good, that means that you can get on with your work now.;EXIT
ACTION: 1;IFOBJ 11;IFOBJ2 4;IFOF 11,1=2;IFOF 4,2=0;MOBJ 4;SAY Here you go. Chef's special!;HANDLE 4;W 25;HANDLE -1;RESP R,4,Mmm, Cockroach and whisky flavour!
ACTION: 1;IFOBJ 11;IFOBJ2 4;IFOF 11,1=2;IFOF 4,2=0;SAY Glad you like it.;RESP R,4,Here's your wages.;HANDLE;W 25;HANDLE -1;SAY ONE POUND?!;SAY No wonder your last chef resigned!;RESP R,4,Well, if I have no customers, I cannot afford to pay a good wage.
ACTION: 1;IFOBJ 11;IFOBJ2 4;IFOF 11,1=2;IFOF 4,2=0;SAY I suppose it will have to do.;THINK (Well, it's not bad seeing as I didn't actually cook it...);SAY Okay then, see you later.;RESP R,4,Okay. See ya.